projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f90132
)
Localize the a11y label
author
Lukáš Tyrychtr
<lukastyrychtr@gmail.com>
Fri, 22 Apr 2022 09:42:32 +0000
(11:42 +0200)
committer
Lukáš Tyrychtr
<lukastyrychtr@gmail.com>
Fri, 22 Apr 2022 09:42:32 +0000
(11:42 +0200)
gtk/gtkstacksidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstacksidebar.c
b/gtk/gtkstacksidebar.c
index 0e84f52c11d0f99d6266e43fa7570906a617034b..e65e1ca7c5509c95b59cef4d514f573eb0f13a7b 100644
(file)
--- a/
gtk/gtkstacksidebar.c
+++ b/
gtk/gtkstacksidebar.c
@@
-34,6
+34,8
@@
#include "gtkwidgetprivate.h"
#include "gtkintl.h"
+#include <glib/gi18n-lib.h>
+
/**
* GtkStackSidebar:
*
@@
-149,7
+151,8
@@
gtk_stack_sidebar_init (GtkStackSidebar *self)
self->list = GTK_LIST_BOX (gtk_list_box_new ());
gtk_widget_add_css_class (GTK_WIDGET (self->list), "navigation-sidebar");
gtk_accessible_update_property (GTK_ACCESSIBLE (self->list),
- GTK_ACCESSIBLE_PROPERTY_LABEL, "Sidebar",
+ GTK_ACCESSIBLE_PROPERTY_LABEL,
+ NC_("accessibility", "Sidebar"),
-1);